Carbon


ioInProgress

Header: Devices.h

enum {
    ioInProgress = 1,
    aRdCmd = 2,
    aWrCmd = 3,
    asyncTrpBit = 10,
    noQueueBit = 9
};

Constant descriptions

ioInProgress
aRdCmd
aWrCmd
asyncTrpBit
noQueueBit


© 2000 Apple Computer, Inc. — (Last Updated 5/10/2000)